home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_10_02 / 1002026a < prev    next >
Text File  |  1991-12-03  |  97b  |  6 lines

  1.  
  2. else if (op[0] == '-')
  3.     {int temp = pop(); (push(pop() - temp))};
  4. else if (op[0] == '*')
  5.  
  6.